home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / 95IDA / _SETUP.1 / IDA.exe / 0 / RCDATA / TNAGSCREEN / TNAGSCREEN.txt
Text File  |  1997-04-22  |  2KB  |  94 lines

  1. object NagScreen: TNagScreen
  2.   Left = 263
  3.   Top = 266
  4.   ActiveControl = Button1
  5.   BorderIcons = []
  6.   BorderStyle = bsNone
  7.   Caption = 'Instant Drive Access 1.40'
  8.   ClientHeight = 240
  9.   ClientWidth = 488
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Label1: TLabel
  21.     Left = 104
  22.     Top = 10
  23.     Width = 280
  24.     Height = 28
  25.     Caption = 'Instant Drive Access 1.41'
  26.     Font.Color = clBlack
  27.     Font.Height = -20
  28.     Font.Name = 'Arial Black'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 197
  34.     Top = 49
  35.     Width = 106
  36.     Height = 20
  37.     Caption = '(Unregistered)'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 30
  41.     Top = 79
  42.     Width = 275
  43.     Height = 19
  44.     Caption = 'Instant Drive Access is NOT freeware.'
  45.   end
  46.   object Label4: TLabel
  47.     Left = 30
  48.     Top = 98
  49.     Width = 441
  50.     Height = 20
  51.     Caption = 'Please consider registering Instant Drive Access (US $15.00)'
  52.   end
  53.   object Label5: TLabel
  54.     Left = 30
  55.     Top = 118
  56.     Width = 411
  57.     Height = 20
  58.     Caption = 
  59.       'For registration information look at Instant Drive Access'#39' homep' +
  60.       'age'
  61.   end
  62.   object RegLabel: TUrlLabel
  63.     Left = 108
  64.     Top = 162
  65.     Width = 271
  66.     Height = 16
  67.     Cursor = 5
  68.     Caption = 'http://www.shareit.com/programs/100303.htm'
  69.     Font.Color = clBlack
  70.     Font.Height = -13
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = [fsUnderline]
  73.     ParentFont = False
  74.     PopupMenu = RegLabel.
  75.   end
  76.   object Label6: TLabel
  77.     Left = 156
  78.     Top = 142
  79.     Width = 176
  80.     Height = 22
  81.     Caption = 'Visit this site to register online:'
  82.   end
  83.   object Button1: TButton
  84.     Left = 187
  85.     Top = 196
  86.     Width = 92
  87.     Height = 30
  88.     Caption = 'OK'
  89.     Default = True
  90.     ModalResult = 1
  91.     TabOrder = 0
  92.   end
  93. end
  94.